added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSRemotingSharedLibrary / ReadMe.txt
blobbb4243acf4e48b827cc684156f008236ff15b03f
1 =============================================================================
2       LIBRARY APPLICATION : CSRemotingSharedLibrary Project Overview
3 =============================================================================
5 /////////////////////////////////////////////////////////////////////////////
6 Summary:
8 CSRemotingSharedLibrary contains the remote object types shared by the .NET 
9 Remoting clients and servers.
12 /////////////////////////////////////////////////////////////////////////////
13 Sample Relation:
14 (The relationship between the current sample and the rest samples in 
15 Microsoft All-In-One Code Framework http://1code.codeplex.com)
17 CSRemotingClient, CSRemotingServer -> CSRemotingSharedLibrary
18 The .NET Remoting clients and servers references the shared library for the 
19 client-activated remoting types.
22 /////////////////////////////////////////////////////////////////////////////
23 References:
25 .NET Framework Remoting Architecture  
26 http://msdn.microsoft.com/en-us/library/2e7z38xb(VS.85).aspx
28 .NET Framework Remoting Overview  
29 http://msdn.microsoft.com/en-us/library/kwdt6w2k(VS.85).aspx
32 /////////////////////////////////////////////////////////////////////////////